.img-bottom-words {
    float: bottom;
    color: #2e2e2e;
    font-size:15px;
}

/* 公共文字居中样式 */
.words-center {
    text-align: center
}

/* 外层的盒子 */
.home-box {
    background-color: #f1f1f1;
}

/* 导航盒子 */
.home-title-box {
    background-color: #b60000;
    width: 100%;
    z-index: 9999;
}

/* 顶部轮播图盒子 */
.top-words {
    margin-top: 10px;
}

/* 新闻党建盒子 */
.journalism-box {
    background-color: rgb(255, 255, 255);
}

/* 新闻党建盒子里标题 */
.journalism-box-title {
    margin-bottom: 10px;
    font-size: 20px;
    padding-top: 15PX;
}

/* 顶部轮播图公告栏 */
.topCard-notice {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 公告里文字块 */
.notice-words {
    height: 160px;
    z-index: 999;
    background-image: url(../img/slidercover.png);
    position: relative;
    margin: 0 auto;
}

.notice-box {
    position: relative;
    top: 113px;
}

.notice-img span {
    font-size: 16px;
    color: #ffffff;
    margin-left: 10px;
}
.notice-img span a{
    color: #ffffff;
}
.roll-notice-words {
    margin-left: 30px;
    line-height: 30px;
    text-decoration: none !important;
    color: #fff;
    font-size: 14px;
}

.roll-notice-words:hover {
    color: black !important;
}

.roll-words {
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    bottom: 35px;
    margin-left: 150px;
    margin-right: 20px;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, .0) !important;
}

.nav-item {
    text-align: center;
}

/* 艺术家图片样式 */
.art-style {
    border-radius: 10px;
}


.nav-link {
    border: 0 !important;
    color: #474747;
}

.nav-link:hover {
    color: rgb(17, 80, 169) !important;
}

.Headline {
    font-size: 20px;
    font-weight: 500;
    font-family: “Arial”, “Microsoft YaHei”, “黑体”, “宋体”, sans-serif;
}

.words-style {
    font-family: “Arial”, “Microsoft YaHei”, “黑体”, “宋体”, sans-serif;
}

/* css放大抖动 */
.css-animations {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.css-animations:hover,
.css-animations:focus,
.css-animations:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* css立体抖动 */
.css-three-dimensional {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.css-three-dimensional:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.css-three-dimensional:hover,
.css-three-dimensional:focus,
.css-three-dimensional:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.css-three-dimensional:hover:before,
.css-three-dimensional:focus:before,
.css-three-dimensional:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* 文字css动画 */
.suspension-jitter {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.suspension-jitter:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.suspension-jitter:hover,
.suspension-jitter:focus,
.suspension-jitter:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.suspension-jitter:hover:before,
.suspension-jitter:focus:before,
.suspension-jitter:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.classic-practice-box {
    background: linear-gradient(#f1f1f1 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    transform: translate(0, 80px);
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    -ms-flex-order: 1;
    order: 1;
}

/* 栅栏间隔 */
.box1 {
    margin-left: -5px;
}

.box2 {
    margin-right: -5px;
}

.box-x {
    height: 482px;
    width: 10px;
    background-color: #f1f1f1;
}

.nav-tabs {
    margin-left: -16px;
    border-bottom: rgb(255, 255, 255) !important;
}

.nav-tabs .nav-link.active {
    color: #A52A2A !important;
    border-color: rgb(255, 255, 255) !important;
}

/* 底部黑色导航 */
.bottom-navigation-words {
    width: 100%;
    background-color: #2e2e2e;
    color: #e4e4e4;
    text-align: center;
    line-height: 90px;
    font-size: 13px;
}

.bottom-navigation-words>div {
    background-color: #2e2e2e;
}

.bottom-navigation-words>div>img {
    margin-left: 70px;
}

/* 底部黑色导航下 */
.bottom-navigation-words-bottom {
    padding-top: 20px;
    width: 100%;
    height: 20px;
    background-color: #2e2e2e;
}

.bottom-navigation-words>div>a {
    text-decoration: none !important;
    color: #e4e4e4;
}

.bottom-navigation-words>div>span>a {
    text-decoration: none !important;
    color: #e4e4e4;
}

/* 底部文字 */
div.bottom-words {
    margin-bottom: 20px;
    margin-top: 40px;
    height: 50px;
}

/* 切换箭头左 */
.classic-swiper-botton-prev {
    margin-left: -10px;
}

/* 切换箭头右2 */
.classic-swiper-botton-next {
    margin-right: -10px;
}

/* 剧目推介下面文字 */
.plays-words {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 底部左边文字 */
.right-bottom-words {
    width: 160px;
    display: block;
    float: left;
    background-color: #f6f6f6 !important;
    border-color: #eeee !important;
    color: #837e63 !important;
    text-decoration: none !important;
    text-align: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin-right: 15px;
}

/* 底部文字右侧下拉菜单 */
.dropdown {
    float: right;
    margin-left: 15px;

}

/* 底部文字下拉菜单 */
.btn-secondary {
    background-color: #f6f6f6;
    border-color: #eeee;
    color: #837e63;
}

/* 底部文字下拉菜单鼠标悬浮样式 */
.btn-secondary.dropdown-toggle {
    background-color: #f6f6f6 !important;
    border-color: #eeee !important;
    color: #837e63 !important;
    width:230px;
}

/* 经典剧目  青年艺术人才实践剧场下的span标签 */
.classic-words {
    font-family: “Microsoft YaHei”, “黑体”, “宋体”, “Arial”, sans-serif;
    font-size: 16px;
    color: #6b6b6b;
    display: block;
    text-indent: 2em;
    margin-top: 25px;
}

/* 经典剧目 */
.classic-swiper-container {
    height: 400px;
}

/* 新闻资讯  党建工作 下ul标签 */
.ul-txt-td {
    padding-left: 18px !important;
}

.plays-swiper-botton:after {
    font-size: 20px !important;
    background-color: #f5f5f5;
    color: #07499a;
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    /* padding-right: 50px; */
}

.classic-swiper-botton:after {
    font-size: 20px !important;
    background-color: #444444;
    opacity: 0.4;
    color: #dbc194;
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.art-swiper-botton:after {
    font-size: 20px !important;
    background-color: #f5f5f5;
    color: #099d2a;
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.home-video {
    width: 100%;
    height: 100px;
    position: relative;
    margin-bottom: 25px;
}

.home-video>img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 视频集萃悬浮文字 */
.home-video>span {
    opacity: 1;
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 7px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 100px;
    transition: width 5s;
    -webkit-transition: width 5s;
}

.home-video>span:hover {
    opacity: 0.5;
}

/* 返回顶端 */
.getTop {
    border-radius: 0px;
    width: 56px;
    height: 56px;
    background-color: #fff;
    position: fixed;
    right: 160px;
    bottom: 60px;
    z-index: 999;
}

/* 顶部导航下拉菜单 */
.float-menu {
    width: auto;
    height: auto;
    padding: 4px 20px 20px 20px;
    text-align: center;
    position: absolute;
    z-index: 99;
    background-color: rgba(174, 22, 5, 0.8);
    transition: height 2s;
    -webkit-transition: height 2s;
    display: none;
}

.float-menu>a {
    line-height: 30px;
    color: rgb(255, 255, 255) !important;
}

.float-menu>a:hover {
    background-color: rgba(194, 194, 194, 0.7);
}

.survey-box:hover .float-menu {
    display: block;
}

/* 右侧悬浮二维码 */
.left-function-navigation-words {
    line-height: 28px;
}

.QR-code:hover .followUs {
    display: block;
}

/* 悬浮关注我们出现二维码 */
.followUs {
    border-radius: 10px;
    background-color: #fff;
    position: fixed;
    right: 60px;
    bottom: 0px;
    z-index: 999;
    transform: .3;
    display: none;
}

/* 右侧悬浮工具栏 */
.left-function-navigation {
    border-radius: 10px;
    width: 80px;
    height: 300px;
    background-color: #fff;
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 999;
    text-align: center;
    font-size:13px;
}

/* 右侧悬浮工具栏里的图片 */
.left-function-navigation>div {
    padding-top: 18px;
}

/* 轮播图片 */
.cards-img {
    margin-bottom: 15px;
}


.classic-swiper-slide>img {
    height: calc((100% - 30px) / 2);
}

/* a标签公用去掉下划线黑色字体 */
.home-a-style {
    text-decoration: none !important;
    color: black;
}

.home-a-style:hover {
    color: brown !important;
}

.communal-top-bottom-spacing {
    margin-top: 30px;
    margin-bottom: 25px;
}

.classic-practice-spacing {
    height: 265px;
    margin-top: 40px;
    margin-bottom: 25PX;
}

.classic-news-spacing {
    height: 250px;
    margin-top: 16px;
    margin-bottom: 10PX;
}

.plays-swiper-container {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.communal-spacing1 {
    margin-top: 20px;
}

.bottom-container {
    padding-top: 66px;
}

.communal-height {
    height: 100%;
}

.bottom-img-shadow {
    position: relative;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3),
                    0px 0px 20px rgba(0,0,0,0.1) inset;
}
.bottom-img-shadow::before,
.bottom-img-shadow::after{
   content:"";
   position:absolute;
   z-index:-999;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   transform:rotate(-5deg);
}

.bottom-img-shadow::after{
   right:10px;
   left:auto;
   transform:rotate(5deg);
 }

.card-swiper-container2-swiper-wrapper {
    margin-bottom: 25px;
}

/* 底部切换按钮 */
.bottom-swiper-botton {
    margin-top: 0;
    background-color: rgba(194, 194, 194, 0.7);
    color: #f5f5f5;
    font-size: 30px !important;
    width: 35px;
    height: 60px;
    text-align: center;
    line-height: 50px;
}

.bottom-swiper-botton-next {
    margin-right: -35px;
}

.bottom-swiper-botton-prev {
    margin-left: -35px;
}

.communal-width {
    width: 100%;
}

.media-content {
    font-size: 14px;
}

.media-title {
    font-weight: 600;
}

.follow-QR-code {
    width: 280px;
    height: auto;
}

.division-img {
    background-image: url(../img/redline.png);
    background-repeat: repeat;
    height: 5px;
}

/* 更多文字样式 */
.home-more {
    float: right;
	height: 0px;
    font-size: 16px;
    line-height: 49px;
}

.home-more1 {
    float: right;
    font-size: 16px;
}

.home-more2 {
    float: right;
    font-size: 16px;
    line-height: 30px;
}

/* 手机版缩略菜单 */
.bi-list::before {
    color: #ffffff;
}

/* 新闻资讯整体样式 */
.journalism-content-box {
    margin-top: 10px;
    min-height: 276px;
}

/* 新闻内容 */
.journalism-content {
    font-size: 14px;
    width: 100%;
}

.date {
    float: right;
    font-size: 14px;
}

.journalism-content-img {
    width: 100%;
    height: 230px;
    margin-top:16px;
}

.words-style {
    margin-top: 0
}

.home-title {
    color: brown !important;
}

.swiper-container {
    width: 100%;
    height: 100%;

}

.ul-txt-td>li {
    content: ".";
    color: #b60000;
}

.ul-txt-td>li>h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 12px 0;
}


.home-header {
    text-align: center;
}

.home-header>div {
    margin-top: auto;
    margin-bottom: auto;
}

.home-header>div>img {
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-navigation-ul {
    width: 100%;

}


/* 屏幕最小宽度992 */
@media (min-width:992px) {
    .nav-item {
        width: 13%;
    }

    .nav-item2 {
        width: 14%;
        margin-left: 16px;
    }
}


/* 屏幕最大宽度992 */
@media (max-width: 992px) {

    .home-navigation-ul>li {
        width: 100%;
    }

    .bottom-navigation-words {
        display: none;
    }

    .bottom-words {
        display: none;
    }

    .home-video>span {
        opacity: 1;
    }

    .top-navigation-time {
        display: none;
    }

    .top-navigation-words {
        display: none;
    }
	
	.nav-item2 {
	        width: 100%;
			text-align: center;
	    }

    .box-x {
        display: none;
    }

    .box1 {
        margin-left: 0px;
    }

    .box2 {
        margin-right: 0px;
    }

    .getTop {
        display: none !important;
    }

    .notice-words {
        background-image: none !important;
    }

    .notice-img>img {
        width: 30px;
    }

    .roll-words {
        bottom: 28px;
    }

    .notice-box {
        top: 133px;
    }

    .float-menu {
        position: static;
    }

    .bottom-swiper-botton-prev {
        margin-left: 0px;
    }

    .bottom-swiper-botton-next {
        margin-right: 0px;
    }

    .card-swiper-button-next1 {
        margin-right: 0;
    }

    .card-swiper-button-prev1 {
        margin-left: 0;
    }

    .suspension-jitter {
        display: inline;
    }

}

/* 屏幕最小宽度1700 */
@media (min-width:1800px) {
    .card-swiper-button-next1 {
        margin-right: 20%;
    }

    .card-swiper-button-prev1 {
        margin-left: 20%;
    }
}

/* 屏幕最大宽度1200 */
@media (max-width: 1200px) {
    .left-function-navigation {
        display: none !important;
    }

    .getTop {
        display: none !important;
    }

}

/* 顶部轮播切换 */
.card-swiper-button-prev1 {
    font-size: 20px !important;
    background-color: rgba(149, 145, 145, 0.5);
    color: #dbc194;
    width: 60px;
    height: 60px;
}

.card-swiper-button-next1 {
    font-size: 20px !important;
    background-color: rgba(149, 145, 145, 0.5);
    color: #dbc194;
    width: 60px;
    height: 60px;
}

.home-navigation-ul>li>a {
    color: rgb(255, 255, 255) !important;
}

/* 底部卡片轮播图样式 */
#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 600px;
    /* height: 320px; */
    background: #fff;
}

/* 顶部卡片轮播图样式 */
#topCard {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#topCard .swiper-container {
    padding-bottom: 60px;
}

#topCard .swiper-slide {
    width: 100%;
    /* height: 495px; */
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.communal-title {
    margin-bottom: 10px;
    font-size: 20px;
}

.communal-spacing {
    margin-top: 25px;
}



/* 固定图片格式和居中问题 */
.box_center {
    display: block;
    text-align: center;
    height: auto !important;
}
.img_box {
    height: 108px;
}
